*, html, body {
	padding: 0;
	margin: 0;
}

body {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	height: 100%;
	font-size: 0;
	overflow: auto;
}

#header {
	height: 100px;
	line-height: 100px;
	padding-left: 15px;
	display: block;
}

#header img {
	vertical-align: middle;
	margin: 10px;
}

#content {
	width: 1px;
	height: 1px;
	min-width: 100%;
	min-height: calc(100% - 70px);
	overflow: auto;
}

#menu {
	vertical-align: top;
	display: inline-block;
	width: 1px;
	height: 1px;
	min-width: 250px;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#menu input {
	width: 200px;
	margin: 10px 25px;
}

iframe{
	vertical-align: top;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 1px;
	height: 1px;
	min-width: calc(100% - 270px);
	min-height: 100%;
	border: none;
	overflow: auto;
}